commit | 99a4c747e21840439e235982e011855c7cabc857 | [log] [tgz] |
---|---|---|
author | Andy Wingo <wingo@igalia.com> | Fri Jun 28 13:42:27 2024 |
committer | V8 LUCI CQ <v8-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 01 07:54:50 2024 |
tree | d38b6fb28f2294784f04c8c8526667ea97bbdbd7 | |
parent | 2f32b083deccd0a8e57dfa709e359c5dc6c70c16 [diff] |
[isolate-groups] Simplify non-pointer-compression configuration. NFC Without pointer compression, isolate groups don't pretend to have uninitialized, null pointer compression cages. Bug: 42204573 Change-Id: Iff03300129d30b860349df628003e85a32314d80 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5664656 Reviewed-by: Leszek Swirski <leszeks@chromium.org> Commit-Queue: Andy Wingo <wingo@igalia.com> Reviewed-by: Igor Sheludko <ishell@chromium.org> Cr-Commit-Position: refs/heads/main@{#94728}
V8 is Google's open source JavaScript engine.
V8 implements ECMAScript as specified in ECMA-262.
V8 is written in C++ and is used in Google Chrome, the open source browser from Google.
V8 can run standalone, or can be embedded into any C++ application.
V8 Project page: https://v8.dev/docs
Checkout depot tools, and run
fetch v8
This will checkout V8 into the directory v8
and fetch all of its dependencies. To stay up to date, run
git pull origin gclient sync
For fetching all branches, add the following into your remote configuration in .git/config
:
fetch = +refs/branch-heads/*:refs/remotes/branch-heads/* fetch = +refs/tags/*:refs/tags/*
Please follow the instructions mentioned at v8.dev/docs/contribute.